<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "宋体";
    font-size: 12px;
}

img {
    border: medium none;
    vertical-align: top;
}

a {
    color: #333333;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

li {
    list-style: none outside none;
}

.clear {
    clear: both;
}

.header {
    background: url("images/top_bg1.gif") repeat-x scroll 0 0 transparent;
    height: 24px;
    margin: 0 auto;
}

.header_c {
    height: 24px;
    margin: 0 auto;
    width: 960px;
}

.header_c ul {
    margin-right: 42px;
    margin-top: 5px;
}

.header_c ul li {
    background: url("images/header_icon.gif") no-repeat scroll 0 2px transparent;
    float: right;
    margin-right: 7px;
    width: 62px;
}

.header_c ul li img {
    margin-left: 12px;
}

.top {
    height: 114px;
    margin: 0 auto;
    width: 960px;

}

.top_l {
    height: 80px;
    margin-left: 10px;
    margin-top: 17px;
    width: 500px;
    float: left;
}

.top_r1 {
    height: 114px;
    width: 203px;
    margin-right: 10px;
    line-height: 114px;
}

.top_r {
    height: 56px;
    margin-left: 620px;
    width: 337px;
    padding-top: 29px;

}

.nav {
    height: 37px;
    margin: 0 auto;
    width: 960px;
}

.nav_l,
.nav_r {
    height: 37px;
    width: 4px;
}

.nav_m1 {
    background-color: #C50E0E;
    height: 37px;
    width: 960px;
    border-radius: 5px;
}

.nav_m {
    background: url("images/nav_m.gif") repeat-x scroll 0 0 transparent;
    height: 37px;
    width: 952px;
}

.nav_m ul li.bgnone {
    background: none repeat scroll 0 0 transparent;
}

.nav_m ul li.current {
    background: url("images/nav_li_current.gif") no-repeat scroll 0 0 transparent;
}

.nav_m ul li a {
    color: #FFFFFF;
}

#jsddm {
    margin: 0;
    padding: 0;
}

#jsddm li {
    background: url("images/nav_li_bg.jpg") no-repeat scroll right 12px transparent;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 119px;
}

#jsddm li a {
    color: #EAFFED;
    display: block;
    text-decoration: none;
    white-space: nowrap;
}


#jsddm li:hover {
    background-color: #f71919;
    /*filter: brightness(1.5);*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: none;
}

#jsddm1 li.active {
    color: #fff;
    font-weight: bold;
    /*渐变背景颜色，IE10+以上,10以下可以用IE9的滤镜filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9000,endColorstr=#ff5000);*/
    background-image: linear-gradient(to right, #ff9000, #ff5000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9000, endColorstr=#ff5000);
    border-radius: 6px 6px 0px 0px;
}

#jsddm li ul {
    border-top: 1px solid white;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 118px;
    z-index: 2;
}

#jsddm li ul li {
    display: inline;
    float: none;
}

#jsddm li ul li a {
    background: none repeat scroll 0 0 #EAEAEA;
    border-bottom: 3px solid #FFFFFF;
    color: #24313C;
    width: auto;
}

#picgd {
    margin-top: 5px;
    width: 960px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.banner {
    background: url("../images/banner_bg.gif") no-repeat scroll 0 0 transparent;
    height: 239px;
    margin: 5px auto 0;
    padding: 6px 0 0 8px;
    width: 952px;
}

.banner_lh {
    height: 218px;
    width: 944px;
}

#focus {
    height: 218px;
    overflow: hidden;
    position: relative;
    width: 944px;
}

#focus ul {
    height: 380px;
    position: absolute;
}

#focus ul li {
    background: none repeat scroll 0 0 #000000;
    float: left;
    height: 218px;
    overflow: hidden;
    position: relative;
    width: 944px;
}

#focus ul li div {
    overflow: hidden;
    position: absolute;
}

#focus .btnBg {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    height: 20px;
    left: 0;
    position: absolute;
    width: 944px;
}

#focus .btn {
    bottom: 0;
    height: 10px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 924px;
}

#focus .btn span {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 25px;
}

#focus .btn span.on {
    background: none repeat scroll 0 0 #FFFFFF;
}

#focus .preNext {
    background: url("../img/sprite.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 100px;
    position: absolute;
    top: 50px;
    width: 40px;
}

#focus .pre {
    left: 0;
}

#focus .next {
    background-position: right top;
    right: 0;
}

.content {
    margin: 0 auto;
    width: 960px;
}

.cont_left {
    margin-right: 7px;
    width: 242px;
}

.cont_right {
    width: 711px;
}

.product,
.contact_us {
    background-color: #FFFFFF;
    margin-top: 5px;
    width: 242px;
}

.product_header {
    height: 37px;
    width: 242px;
}

.product_cont {
    padding-left: 8px;
    padding-top: 7px;
    width: 234px;
}

.product_list {
    background: url("../images/product_listbg1.gif") no-repeat scroll 0 0 transparent;
    color: #AC1B18;
    font-weight: bold;
    height: 33px;
    line-height: 37px;
    text-indent: 46px;
    width: 226px;
}

.worklist ul li {
    background: url("../images/product_line.gif") no-repeat scroll 14px bottom transparent;
    height: 26px;
    line-height: 26px;
    text-indent: 8px;
}

.worklist ul li img {
    margin-left: 13px;
    margin-top: 10px;
}

.worklist ul li a {
    color: #585858;
}

.yinc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 206px;
}

.contact_us {
    margin-top: 5px;


}

.contact_us_header {
    height: 35px;
    width: 242px;
}

.contact_us_header1 {
    height: 35px;
    width: 232px;
    background-color: #C50E0E;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 800;
    line-height: 35px;
    padding-left: 10px;
    border: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.contact_us_cont {
    padding-top: 3px;
    width: 240px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
}

.contact_us_cont img {
    margin-left: 8px;

}

.contact_us_cont ul li {
    color: #585858;
    line-height: 20px;
    text-indent: 11px;
}

.contact_us_yn {
    margin-left: 10px;
    margin-top: 10px;
    width: 100px;
    height: 17px;
    color: #ff0000;
    font-weight: 800;
}

.right1L,
.right1R,
.right3L,
.right3R {
    height: 223px;
    width: 5px;
}

.right1M {
    background: url("images/right1_bgM.gif") repeat-x scroll 0 0 transparent;
    height: 223px;
    width: 708px;
}

.rightM {
    background: url("images/right1_bgM.gif") repeat-x scroll 0 0 transparent;
    width: 701px;
}

.right3M {
    background: url("images/right3_bgM.gif") repeat-x scroll 0 0 transparent;
    height: 223px;
    margin-top: 7px;
    width: 708px;
}

.right3L,
.right3R {
    margin-top: 7px;
}

.about {
    margin-right: 7px;
    width: 711px;
}

.about_head,
.jishu_head,
.about1_head {
    background: url("images/about_tianyi.gif") no-repeat scroll 11px 9px transparent;
    height: 37px;
    width: 700px;
}

.about1_head {
    height: 37px;
    width: 711px;
}

.about1_top,
.about1_bot {
    height: 37px;
    width: 711px;
}

.about1_top {
    margin-top: 3px;
    background: url("images/about1_head.gif") no-repeat scroll 0 0 transparent;
}

.about1_top img {
    margin: 9px 0 0 5px;

}

.about1_top span {
    float: right;
    margin: 15px 40px 0 0;
}

.about1_top span a {
    color: #333333;
}

.about1_cont {
    background: url("images/about1_cont.gif") repeat-y scroll 0 0 transparent;
    width: 711px;
}

.about2_cont {
    background: url("../images/about1_cont.gif") repeat-y scroll 0 0 transparent;
    height: 700px;
    width: 711px;
}

.about3_cont {
    background: url("../images/about1_cont.gif") repeat-y scroll 0 0 transparent;
    height: 650px;
    width: 711px;
}

.about4_cont {
    background: url("images/about1_cont.gif") repeat-y scroll 0 0 transparent;

    min-height: 670px;
    width: 711px;
}

.about1_list1 {
    color: #333333;
    line-height: 22px;
    margin: 10px 380px 0;
    text-indent: 20px;
    width: 280px;


}

.about1_cont img {
    margin-top: 10px;
    margin-left: 30px;


}

.about1_cont_m {
    background: url("../images/2j_line1.gif") no-repeat scroll 0 top transparent;
    line-height: 22px;
    margin-left: 33px;
    margin-top: 10px;
    padding-top: 10px;
    text-indent: 27px;
    width: 646px;
}

.about1_cont_ry {
    margin: 20px 0 0 30px;
    width: 680px;
}

.about1_cont_ry p {
    background: url("../images/ry_ic.gif") no-repeat scroll 0 12px transparent;
    color: #F13333;
    font-weight: bold;
    line-height: 40px;
    text-indent: 18px;
}

.about1_cont_ry ul li {
    float: left;
    text-align: center;
    width: 210px;
}

.about1_cont_ry ul li img {
    height: 130px;
    width: 185px;
}

.jishu_head {
    background: url("images/jishu_list.jpg") no-repeat scroll 11px 9px transparent;
}

.about_head img,
.news_head img,
.show_head img,
.jishu_head img,
.shouhou_head img {
    float: right;
    margin-right: 9px;
    margin-top: 18px;
}

.about_cont {
    color: #585858;
    line-height: 28px;
    padding: 6px 12px 0 9px;
    width: 700px;
}

.about_cont p {
    float: left;
    padding: 7px 10px 0 14px;
    width: 436px;
}

.about_cont img {
    padding: 8px 10px 0 0;
    width: 200px;
    height: 140px;
}

.news {
    background: url("../images/right1_bgM.gif") repeat-x scroll 0 0 transparent;
    width: 242px;
}

.news_lg {
    margin-top: 1px;

    width: 242px;
}

.news_head {
    background: url("images/news.jpg") no-repeat scroll 0 9px transparent;
    height: 37px;
    width: 242px;
}

.news_head_text {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    height: 37px;
    width: 240px;
    background-color: #C50E0E;
    font-size: 12px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 37px;
}

.news_head_text .honor_head {
    padding-left: 8px;


    width: 180px;
}

.news_head_text a {
    color: #FFF;
    padding-right: 2px;
    text-decoration: none;

}

.news_cont {
    width: 237px;

    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
}

.honor {
    padding-left: 28px;
    padding-bottom: 2px;

}

.honor img {
    width: 180px;
    height: 135px;
    border-radius: 5px;
}

.news_cont img {
    border-radius: 3px;
}

.gxqy img {
    width: 180px;
    height: 135px;
    border-radius: 5px;
}

.gxqy {
    padding-left: 28px;
    padding-bottom: 2px;
}



.lxqy {
    padding-left: 28px;
    padding-bottom: 2px;
}

.lxqy img {
    width: 180px;
    height: 135px;
    border-radius: 5px;
}

.lxqybig {
    padding-left: 45px;
    padding-bottom: 1px;

}

.lxqybig img {

    width: 580px;
    height: 415px;
    border-radius: 5px;
}

.newsList {
    overflow: hidden;
    text-indent: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 208px;
}

.newsList1 {
    line-height: 38px;
    margin-left: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80px;
}

.news_cont ul li,
.jishu_cont ul li {
    background: url("../images/list_icon1.gif") no-repeat scroll 0 8px transparent;
    line-height: 26px;
    width: 240px;
}

.news_cont ul li a,
.jishu_cont ul li a {
    color: #585858;
}

.news_cont ul li a:hover,
.show_cont ul li a:hover,
.jishu_cont ul li a:hover,
.about1_top span a:hover,
.pro_c ul li a:hover,
.pro_c_l ul li a:hover {
    color: #F13333;
}

.news_cont ul li span {
    color: #C6C6C6;
    float: right;
    margin-right: 18px;
}

.right2L,
.right2R {
    height: 389px;
    margin-top: 7px;
    width: 5px;
}

.right2M {
    background-color: #FFFFFF;
    height: 389px;
    margin-top: 7px;
    width: 708px;
}

.show_head {
    background: url("images/show.gif") no-repeat scroll 11px 9px transparent;
    height: 37px;
    width: 701px;
}

.show_cont {
    height: 338px;
    overflow: hidden;
    padding-bottom: 11px;
    width: 701px;
}

.show_cont ul {
    margin-left: 12px;
}

.show_cont ul li {
    float: left;
    height: 166px;
    text-align: center;
    width: 169px;
}

.show_cont ul li a {
    color: #585858;
    font-weight: bold;
}

.show_cont ul li img {
    border: 3px solid #EAEAEA;
    height: 128px;
    width: 131px;
}

.jishu {
    overflow: hidden;
    padding-left: 0;
    width: 650px;
}

.jishu_cont img {
    height: 119px;
    margin: 26px 16px 0 12px;
    width: 104px;
}

.jishu_cont ul {
    float: left;
    margin-top: 8px;
}

.jishu_cont ul li {
    width: 205px;
}

.newsList2 {
    overflow: hidden;
    text-indent: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 205px;
}

.shouhou {
    margin-left: 7px;
    width: 347px;
}

.shouhou_head {
    background: url("../images/chengnuo.gif") no-repeat scroll 11px 9px transparent;
    height: 37px;
    width: 347px;
}

.shouhou_cont {
    width: 347px;
}

.shic {
    height: 175px;
    margin-top: 2px;
    width: 15px;
}

.shouhou_cont ul {
    float: left;
    margin-left: 8px;
}

.shouhou_cont ul li {
    line-height: 20px;
    width: 324px;
}

.friend_link {
    margin: 0 auto;
    width: 960px;
}

.fl_t {
    height: 5px;
    overflow: hidden;
    width: 960px;
}

.fl_b {
    background: url("../images/fl_b.gif") no-repeat scroll 0 0 transparent;
    height: 5px;
    width: 960px;
}

.fl_m {
    background: url("../images/fl_m.gif") repeat-y scroll 0 0 transparent;
    color: #FFFFFF;
    line-height: 35px;
}

.fl_m span {
    margin: 0 10px;
}

.fl_m a {
    color: #FFFFFF;
    line-height: 35px;
    margin-left: 10px;
}

.bottom {
    background: url("images/bottom_bg.gif") repeat scroll 0 0 transparent;
    height: 100px;
    margin: 0 auto;
}

.bottom p {
    line-height: 25px;
    text-align: center;
}

.bottom p a {
    color: #333333;
}

.pro_t {
    background: url("../images/2j_pro_line.gif") no-repeat scroll 0 bottom transparent;
    height: 26px;
    line-height: 26px;
    margin-bottom: 8px;
    margin-left: 50px;
    width: 611px;
}

.pro_t img {
    margin: 7px 5px 0 0;
}

.pro_t a {
    color: #333333;
}

.pro_c,
.pro_c_l {
    line-height: 30px;
    margin-left: 50px;
    text-align: center;
    width: 611px;
}

.pro_c ul li,
.pro_c_l ul li {
    float: left;
    width: 122px;
}

.pro_c_l ul li {
    margin-top: 15px;
    width: 152px;
}

.pro_c ul li img,
.pro_c_l ul li img {
    border: 2px solid #EAEAEA;
}

.pro_c ul li img {
    height: 98px;
    width: 101px;
}

.pro_c_l ul li img {
    height: 128px;
    width: 131px;
}

.pro_c_l ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
}

.pro_c ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}

.pro_c ul li a,
.pro_c_l ul li a {
    color: #333333;
}

.yema {
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    text-align: center;
}

.yema li {
    float: left;
    padding: 0 5px;
}

.yema a {
    color: #666666;
}

.proxx1,
.proxx2,
.newszx {
    margin-left: 40px;
    width: 650px;
}

.newszx {
    margin-left: 30px;
}

.proxx1 h1 {
    color: #F13333;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
}

.proxx2 p {
    color: #656565;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
}

.proxx1 .img1 {
    margin-top: 90px;
}

.proxx1 img {
    margin-left: 8px;
}

.newszx h1 {
    background: url("../images/news_icon1.gif") no-repeat scroll 0 15px transparent;
    line-height: 44px;
    text-indent: 18px;
}

.newszx h1 a {
    color: #F13333;
    font-size: 12px;
}

.newszx ul li {
    background: url("../images/2j_line1.gif") no-repeat scroll 0 25px transparent;
    height: 26px;
    line-height: 26px;
}

.newszx ul li img {
    margin: 7px 10px 0 20px;
}

.newszx ul li a {
    color: #585858;
}

.jishu_hot {
    color: #656565;
    line-height: 23px;
    margin: 0 0 20px 30px;
    padding-top: 20px;
    width: 650px;
}

.jishu_hot p {
    line-height: 27px;
}

.jishu_hot p a {
    color: #F13333;
    font-weight: bold;
}

.jishu_hot p a:hover {
    text-decoration: underline;
}

.jishu_hot img {
    margin-right: 10px;
}

.newsxx {
    color: #555555;
    line-height: 25px;
    margin-left: 10px;
    width: 667px;
}

.laiyuan {
    color: #838383;
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
}

.newsxx h1 {
    color: #333333;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.news_cont {
    color: #000000;
    width: 237px;
}

.upandnext {
    background: url("../images/2j_line1.gif") no-repeat scroll 30px 0 transparent;
    margin-top: 10px;
    width: 660px;
}

.upandnext ul {
    margin: 10px 0 0 35px;
}

.upandnext ul li {
    line-height: 24px;
}

.upandnext ul li a {
    color: #333333;
}

.shebei {}

.shebei ul li {
    background: url("../images/shebei_li_bg.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 221px;
    margin-left: 45px;
    margin-top: 10px;
    text-align: center;
    width: 271px;
}

.shebei ul li img {
    margin-top: 11px;
}

.shebei ul li p {
    color: #666666;
    line-height: 30px;
}

.message_con {
    margin-left: 100px;
    padding-top: 30px;
    width: 650px;
}

.message_con img {
    margin-top: 0;
}

.lianxi {
    background: url("../images/lianxi_img.gif") no-repeat scroll right 30px transparent;
    height: 400px;
    margin-left: 50px;
    width: 610px;
}

.lianxi p {
    color: #B71515;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    padding-top: 20px;
}

.lianxi ul li {
    background: url("../images/list_icon1.gif") no-repeat scroll 0 9px transparent;
    color: #333333;
    line-height: 25px;
    text-indent: 12px;
}

.lianxibg,
.dinggou {
    background: url("../images/lianxibg.gif") no-repeat scroll 0 bottom transparent;
    height: 150px;
    margin-left: 5px;
    overflow: hidden;
    width: 700px;
}

.dinggou {
    background: url("../images/dinggou_b.gif") no-repeat scroll 0 bottom transparent;
}


.picshow {
    z-index: 444;
    position: relative;
    background-color: #e4f2fa;
    width: 100%;
    height: 250px
}

.picshow_main {
    position: relative;
    width: 960px;
    height: 250px
}

.picshow_main .imgbig {
    filter: progid:dximagetransform.microsoft.wipe(gradientsize=1.0, wipestyle=4, motion=forward);
    width: 960px;
    height: 250px
}

.picshow_change {
    position: absolute;
    text-align: left;
    bottom: 0px;
    height: 30px;
    right: 0px
}

.picshow_change img {
    width: 15px;
    height: 15px
}

.picshow_change a {
    border: 1px solid;
    display: block;
    float: left;
    margin-right: 5px;
    -display: inline
}

a.axx {
    border-color: #555
}

a.axx:hover {
    border-color: #000
}

a.axx img {
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4
}

a.axx:hover img {
    filter: alpha(opacity=100);
    opacity: 1.0;
    -moz-opacity: 1.0
}

a.bxx {
    border-color: #000
}

a.bxx:hover {
    border-color: #000
}

img {
    border: 0px
}

.bottom table {
    margin-right: auto;
    margin-left: auto;
}

.gsjj {
    font-size: 18px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 690px;
}

.gsjj_title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    display: block;
    padding: 10px 8px;
}

.gsjj li {
    list-style: disc;
    margin-left: 30px;
}


.ryzs {
    overflow: hidden;
    padding-bottom: 11px;
    width: 710px;
    padding-left: 3px;
    padding-right: 3px;
}

.ryzs ul {
    margin-left: 1px;
}

.ryzs ul li {
    float: left;
    height: 490px;
    text-align: center;
    width: 340px;
}

.ryzs ul li a {
    color: #585858;
    font-weight: bold;
}

.ryzs ul li img {
    border: 3px solid #EAEAEA;
    height: 414px;
    width: 300px;
}

.zstext {
    line-height: 38px;
    margin-left: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}


.cfsb {
    overflow: hidden;
    padding-bottom: 11px;
    width: 700px;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.cfsb ul {
    margin-left: 1px;
}

.cfsb ul li {
    float: left;
    height: 190px;
    text-align: center;
    width: 220px;
}

.cfsb ul li a {
    color: #585858;
    font-weight: bold;
}

.cfsb ul li img {
    border: 3px solid #EAEAEA;
    height: 150px;
    width: 200px;
}

.cfsbtext {
    line-height: 38px;
    margin-left: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
}


.products {
    overflow: hidden;
    padding-bottom: 11px;
    width: 700px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: auto;
    margin-right: auto;
}

.products ul {
    margin-left: 1px;
}

.products ul li {
    float: left;
    height: 190px;
    text-align: center;
    width: 220px;
}

.products ul li a {
    color: #585858;
    font-weight: bold;
}

.products ul li img {
    border: 3px solid #EAEAEA;
    height: 150px;
    width: 200px;
}

.productstext {
    line-height: 38px;
    margin-left: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
}

.lxwm {
    width: 400px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 25px;
}

.lxwm_cp {
    color: #C50E0E;
    font-weight: 600;
    padding-top: 15px;
}

.lxwm img {
    padding-right: 200px;
}

.bottom_l {
    margin-top: 10px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
}

.bottom_l1 {

    margin-left: 27px;
    width: 200px;
    padding-left: 127px;
}

.bottom_l2 {
    width: 200px;
    padding-left: 198px;
}


.lgjs1 {
    width: 601px;
    height: 288px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    /* 虚线边框 */
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    /* 右下角阴影 */

}

.lgjs2 {
    width: 601px;
    height: 403px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    /* 虚线边框 */
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    /* 右下角阴影 */
}

.bottom_lxdz {
    margin: auto;
    width: 960px;
}

.bottom_lxdz li {
    margin-top: 2px;

}

.lxdz_l {
    padding-left: 30px;
}

.lxdz_r {
    padding-right: 10px;
}

.bottom a:hover {
    color: #C50E0E;
}</pre></body></html>